Overload | Description |
---|---|
SaveChanges(Stream,IProgressController) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. |
SaveChanges(Stream,EventHandler<ProgressEventArgs>) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. |
SaveChanges(Stream) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. |
SaveChanges(String,IProgressController) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. |
SaveChanges(String,EventHandler<ProgressEventArgs>) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. |
SaveChanges(String) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. |
SaveChanges() | Saves changes of the image file to the current source of the image file. |
SaveChanges(EventHandler<ProgressEventArgs>) | Saves changes of the image file to the current source of the image file. |
SaveChanges(IProgressController) | Saves changes of the image file to the current source of the image file. |